You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Assume that no programming language has a function for returning the result of one integer raised to the power of another integer. It has become very necessary for you to write a computer solution that can be used to calculate a^b where a and b are integers. Note that a may also be a real number but b should always be an integer.